From: Jochen Sprickerhof Date: Sat, 23 Jun 2018 16:58:08 +0000 (+0200) Subject: Disable automatic SSE detection X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~145 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=5fdb8bf90aebea8556364befd5891baa634ae55c;p=pcl.git Disable automatic SSE detection LP: #1771124 --- diff --git a/debian/rules b/debian/rules index 1fe97717..32b4fd97 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) override_dh_auto_configure: dh_auto_configure -- \ -DLIB_INSTALL_DIR:STRING="lib/$(DEB_HOST_MULTIARCH)" \ - -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_SKIP_RPATH=ON -DPCL_ENABLE_SSE=OFF \ -DBUILD_TESTS=OFF -DBUILD_apps=ON -DBUILD_common=ON \ -DBUILD_examples=ON -DBUILD_features=ON -DBUILD_filters=ON \ -DBUILD_geometry=ON -DBUILD_global_tests=OFF -DBUILD_io=ON \